 |
API Documentation
|
|
|
14 class DLL_GRAPHICS_EXPORT
BufferManager :
public nkCommon::SingletonClass<BufferManager>
A buffer that will reside on the GPU.
Definition: Buffer.h:15
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Manages the buffers declared within the component.
Definition: BufferManager.h:15
void rename(const nkMemory::StringView &oldName, const nkMemory::StringView &newName)
Buffer * createOrRetrieve(const nkMemory::StringView &name)
void erase(const nkMemory::StringView &name)
Buffer * getByIndex(unsigned int index)
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
Buffer * get(const nkMemory::StringView &name)